LEADTOOLS Image File Support (Leadtools.Codecs assembly)

WriteTransformMarker(Int32,Byte[],Int32,Int32) Method

Show in webframe







The id of the metadata marker.
A byte array containing the data for the metadata marker.
Offset into data into which to begin the read operation.
Number of bytes to read from data.
Controls how the transform markers are used when performing a lossless transformation for certain formats.
Syntax
public void WriteTransformMarker( 
   int id,
   byte[] data,
   int dataOffset,
   int dataLength
)
'Declaration
 
Public Overloads Sub WriteTransformMarker( _
   ByVal id As Integer, _
   ByVal data() As Byte, _
   ByVal dataOffset As Integer, _
   ByVal dataLength As Integer _
) 
'Usage
 
Dim instance As RasterCodecs
Dim id As Integer
Dim data() As Byte
Dim dataOffset As Integer
Dim dataLength As Integer
 
instance.WriteTransformMarker(id, data, dataOffset, dataLength)
public void WriteTransformMarker( 
   int id,
   byte[] data,
   int dataOffset,
   int dataLength
)

            
public void writeTransformMarker(int id, byte data[], int dataOffset, int dataLength)
 function Leadtools.Codecs.RasterCodecs.WriteTransformMarker(Int32,Byte[],Int32,Int32)( 
   id ,
   data ,
   dataOffset ,
   dataLength 
)
public:
void WriteTransformMarker( 
   int id,
   array<byte>^ data,
   int dataOffset,
   int dataLength
) 

Parameters

id
The id of the metadata marker.
data
A byte array containing the data for the metadata marker.
dataOffset
Offset into data into which to begin the read operation.
dataLength
Number of bytes to read from data.
Remarks

You should use this method to write a certain marker data into the file.

This method can be called only from within the CodecsTransformMarkerCallback passed to the Transform method.

The transform mechanism is as follows:

Note: You can also use WriteTransformMarker(Int32,Byte[],Int32,Int32) to insert your own markers. The marker will be inserted before the current marker. You can call WriteTransformMarker(Int32,Byte[],Int32,Int32) as many times as you wish. Every call to WriteTransformMarker(Int32,Byte[],Int32,Int32) will insert a new marker.

Warning: Incorrect handling of the markers will generate corrupt files! Since some markers contain important information about the image (image width, height, compression method, colorspace, etc), you should use caution when working with markers.

Example
For an example, refer to Transform.
Requirements

Target Platforms

See Also

Reference

RasterCodecs Class
RasterCodecs Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.